home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / MM1 / stdlib.h < prev    next >
C/C++ Source or Header  |  1995-04-22  |  143b  |  6 lines

  1. void *malloc(long size);
  2. char *getenv(const char *name);
  3. FILE *popen(const char *command, const char *mode);
  4.  
  5. #define stricmp(x,y) strcmp(x,y)
  6.